All Questions
Tagged with xmljavascript
17 questions
2votes
1answer
124views
Modern HTTP-Requests for login/register system
I am working on a login/register system and want the register and log in process as smooth as possible. One way of making it smoother is in my opinion to make a multi-step login/register. What I ...
2votes
0answers
91views
Changing opacity of KML file (with icon linked) fetched in the Leaflet Map
I have a solution for making the .kml file transparent in the Leaflet Map. The working code looks like this: ...
4votes
1answer
74views
Rendering the AuthorName using the DOMParser to read XML
I need to concatenate the LastName and Initials and all of that authors affiliations. Is there a better way or faster way to do ...
0votes
1answer
270views
Converting Confluence markup to a simpler XML format
I have a code that converts one xml structure to another. I am removing unnecessary tags and replacing some temporarily. I think I have way too many replace operations and wondering if there is a way ...
13votes
1answer
491views
A vanilla JavaScript library for typesetting pseudocode in HTML documents
I have this plain JavaScript library for typesetting pseudocode in HTML documents. (See the documentation for details.) (See the GitHub repository - broken as of now.) Source code algotype.js <...
4votes
0answers
50views
Reading and updating an XML address file [closed]
I have some code that reads from an XML file and updates if needed. I want to move some of the stuff around. Here is the code overall: ...
2votes
1answer
126views
XML parser for multiple browsers
I made a basic XML parser supposed to be work in many browsers by using most older functions. What it must do is return an AST (Abstract Syntax Tree) of a XML text in a string. (it's not cool for ...
4votes
1answer
89views
Finding the next XML element
I am looking for a better way to do a while cycle with the variable update. The background is that I'm writing a StAX-line XML reader in JavaScript and want to ...
5votes
3answers
3kviews
Converting KML/XML to Javascript
So, I have the boundaries of every states in the US, from the google map KML file. This KML file is actually a XML file. I'm converting this file to a JS file compatible with google map in order to ...
3votes
1answer
4kviews
Parsing XML data to be put onto a site with jQuery
I will preface by saying that this data set is much larger than what I have here. I'm having to loop through an XML file to get data and display it on a site with jQuery. I have to use jQuery because ...
2votes
1answer
3kviews
What is the more effective way to get array of data out of xml for d3 chart?
I am writing a small application that would interactively allow user for xml file manipulation with d3 interactive charts. My xml file has the following hierarchy : ...
3votes
1answer
596views
Sencha touch with XML
Could you please review the following? My concern is XML parsing is hardcoded: ...
3votes
1answer
385views
Javascript XML Parser wrapper
I created an XML wrapper to easily access XML data. Please tell me what do you think about it. Performance Scalability Anything else... This is how you use it: ...
8votes
4answers
17kviews
Mapping the differences between JavaScript objects
The reason I want to do this is that the JavaScript objects are created from XML elements and if the element has changed I want to be able to detect that change in the JavaScript objects. So I wrote a ...
1vote
1answer
164views
How can I make this XML gallery snippet prettier?
Everything works, i just want to know if i can change the way the xml tags are retreived. This way seems a bit bulky - but i could be wrong. Thoughts? ...